home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games: Greatest Hits 1996
/
Amiga Games: Greatest Hits 1996.iso
/
rexx
/
merge.mbrx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-02
|
187 b
|
15 lines
/*
** Merge a new file
*/
parse arg filename
address 'MEGABOOK.01'
options results
if filename = '' then do
SelectFile 'Select file to merge...'
filename = result
end
Merge filename